| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub IntersectAsync( _ ByVal geometries As IList(Of Graphic), _ ByVal geometry As Geometry _ ) | |
| C# | |
|---|---|
public void IntersectAsync( IList<Graphic> geometries, Geometry geometry ) | |
Parameters
- geometries
- A collection of points, multipoints, polylines or polygons. The input types can be mixed.
- geometry
- A single geometry of any type.
Target Platforms:Windows Phone 7